crypto/tls.Conn.secureRenegotiation (field)

3 uses

	crypto/tls (current package)
		conn.go#L66: 	secureRenegotiation bool
		handshake_client.go#L914: 		c.secureRenegotiation = true
		handshake_client.go#L921: 	if c.handshakes > 0 && c.secureRenegotiation {